From: Jan D Date: Wed, 11 Aug 2010 08:36:27 +0000 (+0200) Subject: * unexmacosx.c (unexec_error): Use const char *. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6998 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e46016e0e73c4e118f8474a0852c6d2eaadd69fa;p=emacs.git * unexmacosx.c (unexec_error): Use const char *. --- diff --git a/src/ChangeLog b/src/ChangeLog index c4352e83da9..c6347e697e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2010-08-11 Jan Djärv + + * unexmacosx.c (unexec_error): Use const char *. + 2010-08-09 Dan Nicolaescu * font.h (font_parse_xlfd, font_parse_fcname, font_unparse_fcname) diff --git a/src/unexmacosx.c b/src/unexmacosx.c index ef43e9bef12..5c450e062c6 100644 --- a/src/unexmacosx.c +++ b/src/unexmacosx.c @@ -267,7 +267,7 @@ unexec_copy (off_t dest, off_t src, ssize_t count) /* Debugging and informational messages routines. */ static void -unexec_error (char *format, ...) +unexec_error (const char *format, ...) { va_list ap;